home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / ANTIVIR / AVP / AVP30dos.129 / README.TXT < prev   
Text File  |  1999-04-22  |  18KB  |  536 lines

  1. ***********************************************************************
  2.     AntiViral Toolkit Pro by Eugene Kaspersky for DOS (AVP & AVPLite)
  3.                             ver 3.0 build 129
  4.                     April 1999 (C) Kaspersky Lab.
  5. ***********************************************************************
  6. ***********************************************************************
  7. Attention! Concerning with including of new functions and variables  to
  8. improve work of AVP for DOS, 129 build of version 3.0 can use antiviral
  9. databases after 11.98 only. The  usage of previous  databases'
  10. versions dated 08.98 and earlier may bring  a failure of the program.
  11. We apology for a  possible  discomfort called  by this troubles. We
  12. recommend you to update your antiviral databases as soon as possible!
  13. ***********************************************************************
  14.  
  15. General information
  16. -------------------
  17.  
  18. The Antiviral Toolkit Pro for DOS is a complete system of protection
  19. against viruses. AVP is easy to use, it has a very large anti-virus
  20. database, which is constantly being updated to as new viruses appear.
  21.  
  22. The main features of AVP
  23. ------------------------
  24.  
  25. - AVP 3.0 scans disks, operative memory, files or sectors of disks to
  26.   detect and eliminate viruses;
  27.  
  28. - detects and deletes polimorphic viruses;
  29.  
  30. - finds and deletes the special viruses which have been written for
  31.   Windows 95;
  32.  
  33. - uses a Code Analyzer which is able to detect about 80% of unknown
  34.   viruses;
  35.  
  36. - has a mode of scanning archived and packed files (Unpacking Engine and
  37.   Extracting Engine);
  38.  
  39. - guards against infection, constantly and automatically.
  40.  
  41. - AVP scans for viruses inside E-mail databases and files.
  42.  
  43. By using MAIL.AVC the AVP anti-virus scans Microsoft E-mail databases:
  44.  
  45.  Microsoft Mail (Outlook/Exchange - .PST and .PAB files, format MS Mail)
  46.  Microsoft Internet Mail (.MBX files, format MS Internet Mail)
  47.  
  48. AVP is able to scan inside encrypted (password protected) files without
  49. requesting a password.
  50.  
  51. Current version does scan only inside personal E-mail databases (personal
  52. folders/storage), scanning inside server databases will be included in next
  53. database version.
  54.  
  55. Future releases: to scan server mail database (MS Mail) system admin has to
  56. shut down mail service - it does keep that base in monopoly mode, so no
  57. application is able to open it. To open it for scanning system admin has to
  58. write special script:
  59.  
  60.  Send/receive mail
  61.  shut down service
  62.  run AVP
  63.  restart service
  64.  
  65. While scanning AVP gets each record in E-mail database, detects and
  66. extracts attached files and scans them for viruses. There are several
  67. formats supported now:
  68.  
  69.  UUEncode (both formats and all variants)
  70.  XXEncode
  71.  btoa (up to 5.0 - no Filename)
  72.  btoa 5.*
  73.  BinHex 4.0
  74.  ship
  75.  NETRUN 3.10
  76.  NETSEND 1.0 (not packed)
  77.  NETSEND 1.0C (packed)
  78.  MIME base64
  79.  
  80. By using this database AVP scans other E-mail databases:
  81.  
  82.  Eudora Pro & Lite
  83.  Pegasus Mail
  84.  Netscape Navigator Mail
  85.  JSMail SMTP/POP3 server
  86.  
  87. By using this update AVP also looks for attached data (UUE, XXE, e.t.c.)
  88. and scans it for viruses inside _all_ files, not only in E-mail databases
  89. (i.e. AVP does not pay attention for file formats).
  90.  
  91. Attention!
  92. ----------
  93.  
  94. 1. If MAIL_ALL.AVC database is included, AVP slows down.
  95.  
  96. 2. To detect mail files AVP searches for special strings such as "From",
  97. "To", "begin" and so on. If there are combinations of these strings, AVP
  98. reports that file as mail-file.  As a result, there might be false alarms -
  99. AVP will detect non-mail files as mail ones.
  100.  
  101. Contents of the Package
  102. -----------------------
  103.  
  104. AVP      EXE - the main module AVP
  105. AVPLITE  EXE - the main module AVPLite
  106. AVP      LNG - file of language support
  107. AVP      OVL - the ovl-module for AVP and AVPLite
  108.  
  109. Install and run AVP.
  110. --------------------
  111.  
  112. Usage:  AVP [options] path[\name][...]
  113.         Path - any DOS path, * or *: - all hard disks
  114.         Name - wildcards * or ?  Default is executable files
  115.  
  116. Options:
  117.  
  118. /-  disinfect
  119. /E  delete infected files        /*  check all files
  120. /M  skip memory test             /N  check remote disks, used with *:
  121. /P  skip Master Boot Record test /1  check only one floppy disk
  122. /B  skip DOS Boot Sector test    /R  do not scan subdirectories
  123. /T=path  swapping directory      /U  disable unpack
  124. /W[A][=filename]  save report    /A  disable extract
  125.   /WA appends to existing file   /H  disable heuristic analysis
  126. /O  display OK messages          /@[!]=filename  check files by list
  127. /Y  skip all dialogs               /@! delete list after scanning
  128. /S  sound off                    /D  daily
  129. /X  do not use XMS memory        /V  redundant scanning
  130. /MD check mail databases         /Z  disable aborting
  131. /MP check plain mail             /?  help screen
  132. /I  initiate scan immediately    /F=filename  load alternate profile
  133. /Q  quit to dos after test       /G  disable mouse
  134. /Lx  language (/Lx! - set as default). Available languages:
  135. (E) english, (R) απß߬¿⌐
  136.  
  137. The results of virus scanning are available in return codes (DOS Errorlevel)
  138. for use in batch files:
  139.  
  140. 0  - No viruses were found
  141. 1  - Virus scan was not complete
  142. 3  - Suspicious objects were found
  143. 4  - Known viruses were detected
  144. 5  - All detected viruses have been deleted
  145. 7  - File AVPLITE.EXE is corrupted
  146. 10 - Failure at working
  147.  
  148.  
  149. AntiViral Toolkit Pro by Eugene Kaspersky 3.0, Lite version (AVPLite).
  150. ----------------------------------------------------------------------
  151.  
  152. AVPLite - is a "lite" version of the powerful AVP anti-virus scanner.
  153. AVPLite is executed from the command line prompt only, and supports
  154. all the AVP features including virus disinfection.
  155.  
  156. If you experience any problems while using AVPLite version contact
  157. the nearest AVP distributor to you.
  158.  
  159.  
  160. Command Line Options and Errorlevels
  161. ------------------------------------
  162.  
  163. When started from the DOS prompt AVPLite supports the following format:
  164.  
  165. Usage:  AVPLITE [options] path[\name][...]
  166.         Path - any DOS path, * or *: - all hard disks
  167.         Name - wildcards * or ?  Default is executable files
  168.  
  169. Options:
  170.  
  171. /-  disinfect
  172. /E  delete infected files        /*  check all files
  173. /M  skip memory test             /N  check remote disks, used with *:
  174. /P  skip Master Boot Record test /1  check only one floppy disk
  175. /B  skip DOS Boot Sector test    /R  do not scan subdirectories
  176. /T=path  swapping directory      /U  disable unpack
  177. /W[A][=filename]  save report    /A  disable extract
  178.   /WA appends to existing file   /H  disable heuristic analysis
  179. /O  display OK messages          /@[!]=filename  check files by list
  180. /Y  skip all dialogs               /@! delete list after scanning
  181. /S  sound off                    /D  daily
  182. /X  do not use XMS memory        /V  redundant scanning
  183. /MD check mail databases         /Z  disable aborting
  184. /MP check plain mail             /?  help screen
  185. /Lx  language (/Lx! - set as default). Available languages:
  186. (E) english, (R) απß߬¿⌐
  187.  
  188. The results of virus scanning are available in return codes (DOS Errorlevel)
  189. for use in batch files:
  190.  
  191.   0 - No viruses were found
  192.   1 - Virus scan was not complete
  193.   3 - Suspicious objects were found
  194.   4 - Known viruses were detected
  195.   5 - All detected viruses have been deleted
  196.   7 - File AVPLite.EXE is corrupted
  197.  
  198. Support of users and distribution of the new antivirus databases (updates)
  199. --------------------------------------------------------------------------
  200. You can get a technical information, updates of antivirus databases and a
  201. new versions of AVP from the AVP-distributor who sold you AVP. To update
  202. a current version of AVP:
  203. - copy the new anti-virus measures (known as virus definitions) into the
  204. AVP  working catalogue;
  205. - replace the current AVP.SET file with the one you received with new
  206. updated definitions.
  207.  
  208. The updated definitions together with a new AVP.SET file is obtainable
  209. via our bulletin board system (BBS) of technical support; by FTP; from the
  210. E-mail conference; in the WWW.
  211.  
  212. E-mail conferences
  213. ==================
  214. relcom.comp.virus Russia
  215. alt.comp.virus comp.virus/virus-l compuserve
  216.  
  217. FidoNet
  218. =======
  219. AVP.SUPPORT Russia
  220. VIRUS.POL Poland (+ dedicated fileecho AVP.POL)
  221.  
  222. FTP Servers
  223. ===========
  224. ftp://ftp.ontinet.com
  225. ftp://ftp.polbox.com.pl/library/!avp/
  226. ftp://volftp.tin.it/pub2/avp
  227. ftp://ftp.avp.tm
  228. ftp://ftp.antivirus.com.au
  229.  
  230. WWW-Sites
  231. =========
  232. http://www.avp.ru
  233. http://www.avp.com
  234. http://www.avp.ch/ (Switzerland)
  235. http://www.usa.avp.ch/ (U.S. backup site)
  236. http://www.avp.it
  237. http://www.scandsecure.se
  238. http://www.ontinet.com/
  239. http://www.polbox.com.pl/vacimex/
  240. http://www.et.put.poznan.pl/~michal
  241. http://www.avpro.de
  242. http://www.fuhs.de
  243. http://www.avp-france.com
  244. http://www.datarescue.com
  245. http://www.avp.tm
  246. http://www.antivirus.com.au
  247.  
  248. BBSs
  249. ====
  250. France:  +33 (1) 60 17 60 37;
  251. Germany: +49 611 1860569 AVP Suport Box (28.8k V.34, 8,N,1)
  252.          +49 36424-56512 (v.32bis/terbo/V.FC/V.34 )
  253.          +49 36424-56513 (v.32bis/terbo/V.FC/V.34
  254. Poland:  +48-(0)22 6656363 (25+ lines VFC/V.34)
  255. Russia:  +7 (095) 948-6333; +7 (095) 948-3601;
  256.  
  257. AVP DISTRIBUTORS
  258. ================
  259. AUSTRALIA / NEW ZEALAND / SOUTH PACIFIC REGION
  260. ----------------------------------------------
  261.           AVP Australia
  262.           PO Box 29   Kallangur 4503   Australia
  263.           Contact:  Rod Fewster
  264.           Phone:    +61 (0)7 3204 5000
  265.           E-mail:   rod@avp.tm
  266.           FTP Site: ftp://ftp.avp.tm; ftp://ftp.antivirus.com.au
  267.           WWW Site: http://www.avp.tm; http://www.antivirus.com.au
  268.  
  269. AUSTRIA
  270. -------
  271.       AVP-AUSTRIA
  272.        Waidackergasse 21 a
  273.       A -1160 Wien, AUSTRIA
  274.           Contact:  Brigitte Schuch
  275.           Phone:    +43 -1 - 419 76 88 76
  276.       Fax:      +43 -1 - 419 76 88 70
  277.           E-mail:   office@avp.at, support@avp.at, order@avp.at
  278.           WWW Site: http://www.avp.at
  279.  
  280. BELGIUM
  281. -------
  282.           DataRescue sprl
  283.       44-45 quai de la Derivation - 4020 Liege, Belgium
  284.           Contact:  Dr Pierre Vandevenne
  285.       Phone:    32-4-3446510
  286.       Fax:      32-4-3446514
  287.           E-mail:   datarescue@pophost.eunet.be
  288.           WWW Site: http://www.datarescue.com
  289.  
  290. CANADA
  291. -------
  292.           Sensible Security Solutions
  293.           106 McGonigal St. W., Suite 2A2
  294.           Arnprior, Ontario Canada K7S 1M4
  295.           Contact:  Michael Deloughery
  296.           Phone:    (613)623-6966
  297.           Fax:      (613)623-3992
  298.           Sales: sales@canada-av.com
  299.           Tech. Support:  Support@canada-av.com
  300.           WWW:  http://www.canada-av.com
  301.  
  302.  
  303. FRANCE / French-speaking countries of Africa
  304. --------------------------------------------
  305.           Editions Gerard Mannig
  306.           BP 7, F-76161 DARNETAL CEDEX
  307.           Contact:  Gerard Mannig
  308.           Phone:    +33  (0)2-3559-9344
  309.           Fax:      +33 (0)2-3560-5011
  310.           E-mail:   avpcontact@worldnet.fr
  311.           WWW Site: http://www.avp-france.com
  312.  
  313.  
  314. GERMANY
  315. -------
  316.           Fuhs Security Consultants
  317.           Computer Virus Research Lab Germany / Network Security Center Germany
  318.           Rathenauplatz 12, 65203 Wiesbaden, Germany
  319.           Phone:    +49 611 67713
  320.           Fax:      +49 611 603789
  321.           BBS:      +49 611 1860569 AVP Suport Box (28.8k V.34, 8,N,1)
  322.           E-mail:   hfuhs@compuserve.com, hfuhs@aol.com
  323.           WWW Site: http://www.avpro.de; http://www.fuhs.de
  324.           E-mail:   info@fuhs.de; info@avpro.de
  325.  
  326.           PROKON software - Theo Christoph
  327.           Hauptstrasse 42, 07751 Rothenstein - Deutschland
  328.           Phone:    +49 36424-56509
  329.           Fax:      +49 36424-56511
  330.           BBS #1:   +49 36424-56512 (v.32bis/terbo/V.FC/V.34 )
  331.           BBS #2:   +49 36424-56513 (v.32bis/terbo/V.FC/V.34
  332.           E-mail:   03642456509-0001@t-online.de (original name);
  333.                      prokon@t-online.de (alias name)
  334.  
  335.  
  336. GREECE and CYPRUS
  337. -------
  338.           AVP Hellas
  339.           P.O. Box 1626, 410 02 Larissa Greece
  340.           Contact:  Josmaarten Swinkels
  341.           Phone:    +30.41.553980, 285280
  342.           Fax:      +30.41.285280
  343.           E-mail:   antivirus@avp.gr
  344.           WWW Site: http://www.avp.gr
  345.  
  346.  
  347. HONG KONG and THAILAND
  348. --------
  349.           AVP Hong Kong
  350.           PO Box 5172, General Post Office
  351.           Hong Kong SAR.
  352.           Contact:  Vincent John Easton
  353.           Phone:    +852 2983 2007
  354.           Fax:      +852 2983 0337
  355.           E-mail:    sales@avp.com.hk
  356.                      support@avp.com.hk
  357.  
  358.  
  359.  
  360. HUNGARY
  361. -------
  362.           2F 2000 Szamitastechnikai es Szolgaltato Kft.
  363.           Pf. 17,  1511, Budapest, Hungary.
  364.           Contact:  Forjan Csaba
  365.           Phone:    +36(1) 212-7141, +36(1) 212-7142
  366.           Fax:      +36(1) 212-7143
  367.           E-mail:   csaba@2fkft.com; info@2fkft.com; sales@2fkft.com
  368.           WWW Site: http://www.2fkft.com
  369.  
  370.  
  371. ITALY
  372. -----
  373.       Future Time di Paolo Monti
  374.       Umberto Saba 54/C - 00144, Rome (Italy)
  375.       Phone/Fax: +39-(0)6-5003161
  376.       E-mail:   paolo.monti@avp.it
  377.       FTP Site: ftp://volftp.tin.it/pub2/avp
  378.           WWW Site: http://www.avp.it
  379.  
  380.  
  381. MALAYSIA
  382. ------
  383.           AVP Malaysia
  384.           10 Dove House, Watermead, Aylesbury, Buckinghamshire
  385.           HP19 3GD, UK
  386.           Contact:  Caroline Yap
  387.           Phone:    +44 (0)1844 266108
  388.           E-mail:   cy@wellcomm.co.uk; caroline.y@virgin.net
  389.  
  390.  
  391. MEXICO
  392. ------
  393.       KELSI SILER S.A. de C.V.
  394.       Jose F. Gutierrez No. 315
  395.           Col. Angel Zimbron. Azcapotzalco C.P. 02090. Mexico, D.F.
  396.       Contact:  Luis Diaz
  397.           Phone:    525 5618310,  525 5618460
  398.       Fax:      525 3531206
  399.       E-mail:   kelsisiler@compuserve.com.mx
  400.  
  401.  
  402. PANAMA
  403. ------
  404.       Centro Comercial Plaza Aventura
  405.       Via Ricardo J. Alfaro, Second Floor-Office 228
  406.           Panama, Rep. de Panama
  407.           Address for UPS:
  408.           Morrell Data Services
  409.           Apartado 6-9558, El Dorado, Panama, Rep. de Panama
  410.           Contact:  Rogelio Morrell
  411.           Phone:    236-5844, 236-5444
  412.          E-mail:   datastud@sinfo.net
  413.  
  414. POLAND
  415. ------
  416.           "OPROGRAMOWANIE ANTYWIRUSOWE"
  417.           60-162 Poznan, ul.Miedzyborska 18/9, Poland
  418.           Contact:  Michal Egler
  419.           Phone:    +48-61-868-5487
  420.           E-mail:   michal@ET.PUT.Poznan.PL
  421.           WWW Site: http://www.et.put.poznan.pl/~michal
  422.  
  423.  
  424.           Przedsiebiorstwo handlowe +ARPEX+
  425.           ul. Wilsona 32, 42-200 Czestochowa
  426.           Contact:  Andrzej Pilarz.
  427.           Phone:    + 48 (34) 362 9562
  428.           Fax:      + 48 (34) 324 6963
  429.           E-mail:   avp@gold.pl
  430.       WWW Site: http://avp.gold.pl
  431.       FTP Site: ftp://avp.gold.pl
  432.  
  433. PORTUGAL
  434. --------
  435.           RSVP Consultores Associados, Lda.
  436.           Rua do Amial, 682 R/C,
  437.           4200 Porto, Portugal
  438.           Contact:  Joost De Raeymaeker
  439.           Phone:    +351 (2) 8348200
  440.           Fax:      +351 (2) 8348209
  441.           E-mail:   Joost_De_Raeymaeker@rsvp.pt
  442.  
  443.  
  444. RUSSIA
  445. ------
  446.           Kaspersky Lab Ltd.
  447.           Geroev Panfilovtcev str.,10, 123362 Moscow, Russia
  448.           Phone:    +7-095-948-43-31, +7-095-495-03-00
  449.           Fax:      +7-095-948-43-31.
  450.           E-mail:   support@avp.ru; natalya@avp.ru
  451.           BBS:      +7-095-948-63-33
  452.       WWW Site: http:\\www.avp.ru
  453.  
  454. SPAIN / Spanish speaking countries
  455. ----------------------------------
  456.           INPROVA, Los Profesionales de la Informatica
  457.           c/Pio XII, 6 bajos, 46870 Ontinyent (Valencia) - Espana
  458.           Contact:  Vicente Coll Navarro
  459.           Phone:    +34 96 291 3348
  460.           Fax:      +34 96 291 3348
  461.           E-mail:   avp@ontinet.com
  462.           WWW Site: http://www.ontinet.com/
  463.           FTP Site: ftp://ftp.ontinet.com
  464.  
  465.           MCM ENTERPRISES
  466.           Avda. Sta. Margarida 14,
  467.           08530 La Garriga (Barcelona) SPAIN
  468.           Phone:    +34 93 459 09 12
  469.           Fax:      +34 93 457 29 45
  470.           E-mail:   mcmesl@mx3.redestb.es
  471.  
  472.  
  473. SWEDEN
  474. ------
  475.           Scandinavian Security Service AB
  476.           PO Box 376, SE-442 11 Kungalv,Sweden
  477.           Phone:    +46 (0)303 21-11-10, +46 (0)8 661-65-50
  478.           Fax:      +46 (0)8 661-65-51
  479.           E-mail:   sales@scandsecure.se, support@scandsecure.se
  480.           WWW Site: http://www.scandsecure.se
  481.  
  482. SWITZERLAND/SCHWEIZ/SUISSE and LIECHTENSTEIN
  483. Denmark, Finland, Norway (via Internet only)
  484. --------------------------------------------
  485.           Metropolitan Network BBS Inc.
  486.           AVP, Postfach 827, 3000 Bern 8, Switzerland
  487.           Contact:  Gerard VUILLE
  488.           Phone:    +41 31 348 1333
  489.           Fax:      +41 31 348 1335
  490.           E-mail:   info@avp.ch
  491.           AVP-tech: support@avp.ch
  492.           Sales:    sales@avp.ch
  493.           PGP key:  pgp@metro.ch [automated response]
  494.           WWW Site: http://www.avp.ch/ (Switzerland)
  495.                     http://www.usa.avp.ch/  (U.S. backup site)
  496.  
  497.  
  498. UNITED KINGDOM
  499. --------------
  500.           NEST
  501.           53 Gunhild Way, Cambridge, CB1 4QZ
  502.           Contact:  Vladimir Freidin
  503.           Phone:    +44 (0)1223 500450
  504.           Fax:      +44 (0)1223 565058
  505.           Mobile:   +44 (0)7970 388467
  506.           Sales:    0800 634-NEST (UK only)
  507.           E-mail:   avp-support@nest.compulink.co.uk;           vfreidin@cix.co.uk
  508.  
  509.  
  510.           AVP UK Distribution Ltd.
  511.           10 Dove House, Watermead
  512.           Aylesbury, Bucks
  513.           HP19 3GD, United Kingdom.
  514.           Contact: John Bloodworth
  515.           Phone:    +44 (0)1296 423146
  516.           Fax:      +44 (0)1296 420418
  517.           Mobile:   +44(0)958 427367
  518.           E-mail:   sales@avpuk.com; support@avpuk.com
  519.           WWW Site: http://www.avpuk.com
  520.  
  521.  
  522. USA / CANADA
  523. ------------
  524.           Central Command Inc.
  525.           POB 468, Medina, OH 44258-0468, USA
  526.           Phone:    +1 (330) 723-2062
  527.           Fax:      +1 (330) 722-6517
  528.           Support:  support@avp.com
  529.           Sales:    sales@avp.com
  530.           WWW Site: http://www.avp.com
  531.           Compuserve: 102404,3654
  532.           AOL:      avpsupp@aol.com
  533.  
  534.   We are welcome to contact with other companies and expert groups.
  535.  
  536.